Variable: RemoveLabelWatcherSchema
ts
const RemoveLabelWatcherSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
key: ZodOptional<ZodString>;
labelName: ZodString;
username: ZodOptional<ZodString>;
}, $strip>;Defined in: src/v1/parameters/removeLabelWatcher.ts:3