export interface DepositPayload {
    id: string;
    owner: string;
}
