Skip to content

Variable: DeleteEntitySchema

ts
const DeleteEntitySchema: ZodObject<{
  entityId: ZodString;
  entityType: ZodCustom<string & object | "commit" | "branch" | "pull_request", string & object | "commit" | "branch" | "pull_request">;
  repositoryId: ZodString;
  updateSequenceId: ZodNumber;
}, $strip>;

Defined in: src/agile/parameters/deleteEntity.ts:4