export interface AuthorizeResponse {
    code: string;
    state: string;
}
