3 lines
199 B
TypeScript
3 lines
199 B
TypeScript
export type UpdateProfileBioResponse = "";
|
|
export declare const updateProfileBioFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (status: string) => Promise<"">;
|