export default interface IConsumeConsentResponse {
    authCode: string;
    token: string;
    state: string;
}
