export interface PghSsoImpersonateData {
    access_token: string;
    refresh_token: string;
}
