typescript-jquery.configuration.mustache Maven / Gradle / Ivy
export class Configuration {
apiKey: string | undefined;
username: string | undefined;
password: string | undefined;
accessToken: string | (() => string) | undefined;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy