All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-inversify.IAPIConfiguration.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
export interface IAPIConfiguration {
    apiKeys?: {[ key: string ]: string};
    username?: string;
    password?: string;
    accessToken?: string | (() => string);
    basePath?: string;
    withCredentials?: boolean;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy