export interface IDesenfilaMerchantV2PayersStore {
    id: string;
    name: string;
}
