Interface AsukaParametricProductDescriptor

interface AsukaParametricProductDescriptor {
    catalogId?: string;
    definition: AsukaParametricDefinition;
    evaluation: AsukaParametricEvaluation;
    name?: string;
    productId: string;
    state: AsukaParametricState;
}

Properties

catalogId?: string
name?: string
productId: string