6 lines
118 B
TypeScript

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