Variable LicenseSchemaConst
LicenseSchema: ZodObject<
{
applications: ZodArray<
ZodObject<
{
id: ZodString;
plan: ZodCustom<
string & {}
| "UNLICENSED"
| "FREE"
| "PAID",
string & {} | "UNLICENSED" | "FREE" | "PAID",
>;
},
$loose,
>,
>;
},
$loose,
> = ...
Details about a license for the Jira instance.