/** Configuration of order */
export interface OrderConfiguration {
    /** Label of the configuration */
    label: string;
    /** Value of the configuration */
    value: string;
}
//# sourceMappingURL=OrderConfiguration.d.ts.map