Master: {
masterId: string;
orderable?: boolean;
price?: number;
priceMax?: number;
prices?: {
[key: string]: number;
};
} & {
[key: string]: any;
}
Type declaration
-
masterId: string
-
Optional
orderable?: boolean
-
Optional
price?: number
-
Optional
priceMax?: number
-
Optional
prices?: {
[key: string]: number;
}