amis-rpc-design/node_modules/@react-native-community/cli-config/build/schema.d.ts

17 lines
498 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
/**
* This schema is used by `cli-config` to validate the structure. Make sure
* this file stays up to date with `cli-types` package.
*
* In the future, it would be great to generate this file automatically from the
* Typescript types.
*/
import t from 'joi';
/**
* Schema for UserDependencyConfig
*/
export declare const dependencyConfig: t.ObjectSchema<any>;
/**
* Schema for ProjectConfig
*/
export declare const projectConfig: t.ObjectSchema<any>;
//# sourceMappingURL=schema.d.ts.map