import { SupportedFulfilment } from ".";
type Fulfilment = {
    active_fulfilment: SupportedFulfilment[];
};
export type { Fulfilment };
