Skip to content

Variable: FieldIdIdentifierSchema

ts
const FieldIdIdentifierSchema: ZodObject<{
  identifier: ZodOptional<ZodString>;
  type: ZodString;
}, $loose>;

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