Variable ProductSchemaConst
ProductSchema: ZodObject<
{
key: ZodCustom<
| string & {}
| "jira-software"
| "jira-service-desk"
| "jira-core"
| "jira-ops"
| "stride"
| "hipchat"
| "confluence"
| "bitbucket"
| "trello"
| "opsgenie"
| "statuspage",
| string & {}
| "jira-software"
| "jira-service-desk"
| "jira-core"
| "jira-ops"
| "stride"
| "hipchat"
| "confluence"
| "bitbucket"
| "trello"
| "opsgenie"
| "statuspage",
>;
last_active: ZodOptional<ZodCoercedDate<unknown>>;
name: ZodString;
url: ZodOptional<ZodString>;
},
$loose,
> = ...