Skip to content

Variable: RemoveSpaceWatchSchema

ts
const RemoveSpaceWatchSchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
  key: ZodOptional<ZodString>;
  spaceKey: ZodString;
  username: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/v1/parameters/removeSpaceWatch.ts:3