Variable CompatibilityWithCurrentConfigSchemaConst
CompatibilityWithCurrentConfigSchema: ZodObject<{
availableWithTrims: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>;
isCompatible: ZodOptional<ZodNullable<ZodBoolean>>;
requiredItems: ZodOptional<ZodNullable<ZodArray<ZodObject<{
itemCode: ZodOptional<ZodNullable<ZodString>>;
itemType: ZodOptional<ZodNullable<ZodString>>;
}, "strip", ZodTypeAny, {
itemCode?: null | string;
itemType?: null | string;
}, {
itemCode?: null | string;
itemType?: null | string;
}>, "many">>>;
}, "strip", ZodTypeAny, {
availableWithTrims?: null | string[];
isCompatible?: null | boolean;
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[];
}, {
availableWithTrims?: null | string[];
isCompatible?: null | boolean;
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[];
}> = ...
Type declaration
availableWithTrims: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>
isCompatible: ZodOptional<ZodNullable<ZodBoolean>>
requiredItems: ZodOptional<ZodNullable<ZodArray<ZodObject<{
itemCode: ZodOptional<ZodNullable<ZodString>>;
itemType: ZodOptional<ZodNullable<ZodString>>;
}, "strip", ZodTypeAny, {
itemCode?: null | string;
itemType?: null | string;
}, {
itemCode?: null | string;
itemType?: null | string;
}>, "many">>>
Type declaration
Optional
availableWithTrims?: null | string[]
Optional
isCompatible?: null | boolean
Optional
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[]
Type declaration
Optional
availableWithTrims?: null | string[]
Optional
isCompatible?: null | boolean
Optional
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[]