Variable DeleteEntitySchemaConst
DeleteEntitySchema: ZodObject<
{
entityId: ZodString;
entityType: ZodCustom<
string & {}
| "commit"
| "branch"
| "pull_request",
string & {} | "commit" | "branch" | "pull_request",
>;
repositoryId: ZodString;
updateSequenceId: ZodNumber;
},
$strip,
> = ...