Type alias RefreshResponse
RefreshResponse: {
accessToken: string;
refreshToken: string;
userId: string;
} | {
accessToken: null;
refreshToken: null;
userId: null;
}
Type declaration
accessToken: string
refreshToken: string
userId: string
Type declaration
accessToken: null
refreshToken: null
userId: null
The access token