Skip to content

Variable: ApplicationSchema

ts
const ApplicationSchema: ZodObject<{
  name: ZodOptional<ZodString>;
  type: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/application.ts:5

The application the linked item is in.