export interface TokenConfig {
    token: string;
}
