3 lines
214 B
TypeScript
3 lines
214 B
TypeScript
export type SendFriendRequestResponse = "";
|
|
export declare const sendFriendRequestFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (msg: string, userId: string) => Promise<"">;
|