import { TokenType } from './token-type'; export interface TokenConfig { tokenType: TokenType; token: string; expiresIn: number; expiresOn: number; }