3 lines
194 B
TypeScript
3 lines
194 B
TypeScript
export type ReuseAvatarResponse = null;
|
|
export declare const reuseAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (photoId: string) => Promise<null>;
|