Hierarchy

Properties

createdAt: Date
disjunctive: boolean
handle: string
hidden: boolean
id: number
manualOrder: boolean
name: string
rules: {
    collectionId: number;
    createdAt: Date;
    id: number;
    relation: "equals" | "not_equals" | "starts_with" | "ends_with" | "contains" | "not_contains" | "less_than" | "greater_than";
    target: "product_id" | "product_variant_id" | "bundle_id" | "product_tag_id" | "product_type_id" | "product_title" | "product_age";
    updatedAt: Date;
    value: string;
}[]

Type declaration

  • collectionId: number
  • createdAt: Date
  • id: number
  • relation: "equals" | "not_equals" | "starts_with" | "ends_with" | "contains" | "not_contains" | "less_than" | "greater_than"
  • target: "product_id" | "product_variant_id" | "bundle_id" | "product_tag_id" | "product_type_id" | "product_title" | "product_age"
  • updatedAt: Date
  • value: string
updatedAt: Date

Generated using TypeDoc