export interface IClientConfig { readonly appName: string readonly baseUrl: string readonly csrfToken: string }