3 lines
193 B
TypeScript
3 lines
193 B
TypeScript
export type RemoveFriendResponse = "";
|
|
export declare const removeFriendFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (friendId: string) => Promise<"">;
|