UNPKG

950 BTypeScriptView Raw
1/**
2 * Copyright (c) 2019, salesforce.com, inc.
3 * All rights reserved.
4 * SPDX-License-Identifier: MIT
5 * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6 */
7import { flags } from '@oclif/command';
8/**
9 * Common options
10 */
11declare const options: {
12 resources: {
13 locale: flags.IOptionFlag<string | undefined>;
14 modes: flags.IOptionFlag<string | undefined>;
15 srcDir: flags.IOptionFlag<string | undefined>;
16 partials: flags.IOptionFlag<string | undefined>;
17 };
18 metadata: {
19 labels: flags.IOptionFlag<string | undefined>;
20 routes: flags.IOptionFlag<string | undefined>;
21 theme: flags.IOptionFlag<string | undefined>;
22 views: flags.IOptionFlag<string | undefined>;
23 };
24 compiler: {
25 isDesignMode: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>;
26 };
27};
28export { options };
29//# sourceMappingURL=options.d.ts.map
\No newline at end of file