import { GenericProductDefinition } from '../../order/cart/GenericProductDefinition';
/** All possible detachment offers for the given service options */
export interface DetachOptionsDefinition {
    /** Possible options for the given service */
    plans: GenericProductDefinition[];
    /** ID of the service */
    serviceId: number;
}
//# sourceMappingURL=DetachOptionsDefinition.d.ts.map