Skip to content

Variable: LocationSchema

ts
const LocationSchema: ZodObject<{
  projectKeyOrId: ZodOptional<ZodString>;
  type: ZodOptional<ZodCustom<"user" | string & object | "project", "user" | string & object | "project">>;
}, $loose>;

Defined in: src/agile/models/location.ts:4