Skip to content

Variable: GetGroupMembersByGroupIdSchema

ts
const GetGroupMembersByGroupIdSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodCustom<
     | string & object
     | "operations"
     | "isExternalCollaborator"
     | "personalSpace", 
     | string & object
     | "operations"
     | "isExternalCollaborator"
    | "personalSpace">>>;
  groupId: ZodString;
  limit: ZodOptional<ZodNumber>;
  shouldReturnTotalSize: ZodOptional<ZodBoolean>;
  start: ZodOptional<ZodNumber>;
}, $strip>;

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