Type Alias: UsersSetPhotoResponse
type UsersSetPhotoResponse: WebAPICallResult & object;
Type declaration
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
profile?
optional profile: Profile;
provided?
optional provided: string;
Defined in
packages/web-api/src/types/response/UsersSetPhotoResponse.ts:11