export class APIOptions { baseUrl: string authorization: string jwtTTL?: number = 3600 }