export default interface IConsentCreateResponse {
    bankId: string;
    userId: number | string;
    url: string;
}
