Variable UserProductLastActiveSchemaConst
UserProductLastActiveSchema: ZodObject<
{
id: ZodString;
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<ZodString>;
last_active_timestamp: ZodOptional<ZodCoercedDate<unknown>>;
},
$loose,
> = ...