export interface RefreshToken {
    value: string;
    expAt: number;
}
