Skip to content

Variable: MoveFieldSchema

ts
const MoveFieldSchema: ZodObject<{
  after: ZodOptional<ZodURL>;
  position: ZodOptional<ZodCustom<string & object | "Earlier" | "Later" | "First" | "Last", string & object | "Earlier" | "Later" | "First" | "Last">>;
}, $loose>;

Defined in: src/cloud/models/moveField.ts:4