@lcap/asl
Version:
NetEase Application Specific Language
37 lines (36 loc) • 1.26 kB
TypeScript
declare namespace _default {
namespace loadEntity {
namespace url {
const path: string;
const method: string;
}
const config: {};
namespace mock {
namespace case1 {
const success: boolean;
namespace data {
export const code: number;
export namespace data_1 {
const id: number;
const name: string;
const description: string;
const serviceId: string;
const createdTime: string;
const createdBy: string;
const updatedTime: string;
const updatedBy: string;
namespace definition {
const name_1: string;
export { name_1 as name };
export const type: string;
}
const level: string;
const schemaRef: string;
}
export { data_1 as data };
}
}
}
}
}
export default _default;