Skip to content

Variable: GetGroupMembersByGroupIdSchema

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

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