Variable GetIssueSourceResponseSchemaConst
GetIssueSourceResponseSchema: ZodObject<
{
type: ZodCustom<
string & {}
| "Board"
| "Project"
| "Filter"
| "Custom",
string & {} | "Board" | "Project" | "Filter" | "Custom",
>;
value: ZodNumber;
},
$loose,
> = ...