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