export default interface IAccountParams {
    isBankAggregation?: boolean;
    cursor?: number;
}
