interface Variant {
    id: number;
    key: string;
    sku: string;
}

Properties

Properties

id: number
key: string
sku: string