Skip to content

Type Alias: License

ts
type License = z.infer<typeof LicenseSchema>;

Defined in: src/cloud/models/license.ts:11