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