Variable AccessorySchemaConst
AccessorySchema: ZodObject<{
code: ZodOptional<ZodNullable<ZodString>>;
compatibilityWithCurrentConfig: ZodOptional<ZodNullable<ZodObject<{
availableWithTrims: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>;
isCompatible: ZodOptional<ZodNullable<ZodBoolean>>;
requiredItems: ZodOptional<ZodNullable<ZodArray<ZodObject<{
itemCode: ...;
itemType: ...;
}, "strip", ZodTypeAny, {
itemCode?: ...;
itemType?: ...;
}, {
itemCode?: ...;
itemType?: ...;
}>, "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;
}[];
}>>>;
description: ZodOptional<ZodNullable<ZodString>>;
disclaimer: ZodOptional<ZodNullable<ZodString>>;
id: ZodOptional<ZodNullable<ZodString>>;
images: ZodOptional<ZodNullable<ZodArray<ZodObject<{
alias: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>;
disclaimer: ZodOptional<ZodNullable<ZodString>>;
isHero: ZodOptional<ZodNullable<ZodBoolean>>;
url: ZodOptional<ZodNullable<ZodString>>;
}, "strip", ZodTypeAny, {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}, {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}>, "many">>>;
includedAccessoryIds: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>;
installPoint: ZodOptional<ZodNullable<ZodString>>;
title: ZodOptional<ZodNullable<ZodString>>;
type: ZodOptional<ZodNullable<ZodString>>;
warranty: ZodOptional<ZodNullable<ZodString>>;
}, "strip", ZodTypeAny, {
code?: null | string;
compatibilityWithCurrentConfig?: null | {
availableWithTrims?: null | string[];
isCompatible?: null | boolean;
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[];
};
description?: null | string;
disclaimer?: null | string;
id?: null | string;
images?: null | {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}[];
includedAccessoryIds?: null | string[];
installPoint?: null | string;
title?: null | string;
type?: null | string;
warranty?: null | string;
}, {
code?: null | string;
compatibilityWithCurrentConfig?: null | {
availableWithTrims?: null | string[];
isCompatible?: null | boolean;
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[];
};
description?: null | string;
disclaimer?: null | string;
id?: null | string;
images?: null | {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}[];
includedAccessoryIds?: null | string[];
installPoint?: null | string;
title?: null | string;
type?: null | string;
warranty?: null | string;
}> = ...
Type declaration
code: ZodOptional<ZodNullable<ZodString>>
compatibilityWithCurrentConfig: ZodOptional<ZodNullable<ZodObject<{
availableWithTrims: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>;
isCompatible: ZodOptional<ZodNullable<ZodBoolean>>;
requiredItems: ZodOptional<ZodNullable<ZodArray<ZodObject<{
itemCode: ...;
itemType: ...;
}, "strip", ZodTypeAny, {
itemCode?: ...;
itemType?: ...;
}, {
itemCode?: ...;
itemType?: ...;
}>, "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;
}[];
}>>>
description: ZodOptional<ZodNullable<ZodString>>
disclaimer: ZodOptional<ZodNullable<ZodString>>
id: ZodOptional<ZodNullable<ZodString>>
images: ZodOptional<ZodNullable<ZodArray<ZodObject<{
alias: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>;
disclaimer: ZodOptional<ZodNullable<ZodString>>;
isHero: ZodOptional<ZodNullable<ZodBoolean>>;
url: ZodOptional<ZodNullable<ZodString>>;
}, "strip", ZodTypeAny, {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}, {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}>, "many">>>
includedAccessoryIds: ZodOptional<ZodNullable<ZodArray<ZodString, "many">>>
installPoint: ZodOptional<ZodNullable<ZodString>>
title: ZodOptional<ZodNullable<ZodString>>
type: ZodOptional<ZodNullable<ZodString>>
warranty: ZodOptional<ZodNullable<ZodString>>
Type declaration
Optional
code?: null | string
Optional
compatibilityWithCurrentConfig?: null | {
availableWithTrims?: null | string[];
isCompatible?: null | boolean;
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[];
}
Optional
description?: null | string
Optional
disclaimer?: null | string
Optional
id?: null | string
Optional
images?: null | {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}[]
Optional
includedAccessoryIds?: null | string[]
Optional
installPoint?: null | string
Optional
title?: null | string
Optional
type?: null | string
Optional
warranty?: null | string
Type declaration
Optional
code?: null | string
Optional
compatibilityWithCurrentConfig?: null | {
availableWithTrims?: null | string[];
isCompatible?: null | boolean;
requiredItems?: null | {
itemCode?: null | string;
itemType?: null | string;
}[];
}
Optional
description?: null | string
Optional
disclaimer?: null | string
Optional
id?: null | string
Optional
images?: null | {
alias?: null | string[];
disclaimer?: null | string;
isHero?: null | boolean;
url?: null | string;
}[]
Optional
includedAccessoryIds?: null | string[]
Optional
installPoint?: null | string
Optional
title?: null | string
Optional
type?: null | string
Optional
warranty?: null | string