export interface APIToken {
access_token: string;
token_type: string;
scope: string;
created_at: number;
}