import { DistributionMethod } from '../model/DistributionMethods'; export interface DistributionMethodsClient { getAll(): Promise; }