UNPKG

730 BTypeScriptView Raw
1export default class LocationProvider {
2 bearerDir: string;
3 integrationRoot: string;
4 constructor();
5 integrationRootResourcePath(filename: string): string;
6 readonly srcViewsDir: string;
7 srcViewsDirResource(name: string): string;
8 readonly srcFunctionsDir: string;
9 buildViewsResourcePath(resource: string): string;
10 readonly buildViewsDir: string;
11 readonly buildViewsComponentsDir: string;
12 readonly buildTmpDir: string;
13 readonly buildFunctionsDir: string;
14 buildFunctionsResourcePath(resource: string): string;
15 readonly buildArtifactDir: string;
16 buildArtifactResourcePath(resource: string): string;
17 readonly authConfigPath: string;
18 readonly localConfigPath: string;
19}