Skip to content

Variable: MoveScreenTabFieldSchema

ts
const MoveScreenTabFieldSchema: ZodObject<{
  after: ZodOptional<ZodURL>;
  id: ZodString;
  position: ZodOptional<ZodCustom<string & object | "Earlier" | "Later" | "First" | "Last", string & object | "Earlier" | "Later" | "First" | "Last">>;
  screenId: ZodNumber;
  tabId: ZodNumber;
}, $strip>;

Defined in: src/cloud/parameters/moveScreenTabField.ts:4