feat: mention

This commit is contained in:
Nevo David 2025-07-31 20:30:26 +07:00
parent cd52e4ba8a
commit 1e2d45f886
1 changed files with 3 additions and 0 deletions

View File

@ -132,4 +132,7 @@ export interface SocialProvider
externalUrl?: (
url: string
) => Promise<{ client_id: string; client_secret: string }>;
mention?: (
query: string
) => Promise<{ id: string; name: string; picture: string }[]>;
}