@medusajs/types
Version:
Medusa Types definition
16 lines • 367 B
TypeScript
export type AdminGetPromotionRulesRes = {
id?: string;
attribute: string;
attribute_label: string;
field_type?: string;
operator: string;
hydrate: boolean;
operator_label: string;
values: {
label?: string;
value?: string;
}[];
disguised?: boolean;
required?: boolean;
}[];
//# sourceMappingURL=http.d.ts.map