houdini/lib/swagger-typescript-jquery/configuration.mustache
2018-05-22 13:33:35 -05:00

6 lines
No EOL
136 B
Text

export class Configuration {
apiKey: string;
username: string;
password: string;
accessToken: string | (() => string);
}