Skip to content

Variable: GetUserSchema

ts
const GetUserSchema: ZodObject<{
  accountId: ZodString;
  expand: ZodOptional<ZodArray<ZodCustom<
     | string & object
     | "operations"
     | "isExternalCollaborator"
     | "personalSpace", 
     | string & object
     | "operations"
     | "isExternalCollaborator"
    | "personalSpace">>>;
}, $strip>;

Defined in: src/v1/parameters/getUser.ts:4