type Cashbox = { id?: string; uid?: string; profile?: string; title: string; type: 'cash' | 'bank' | 'paypal' | 'yandex' | 'tinkoff'; identificator?: string; }; export { Cashbox };