@lcap/asl
Version:
NetEase Application Specific Language
19 lines (18 loc) • 448 B
TypeScript
declare namespace _default {
namespace setCache {
namespace url {
const path: string;
const method: string;
}
}
namespace clearCache {
export namespace url_1 {
const path_1: string;
export { path_1 as path };
const method_1: string;
export { method_1 as method };
}
export { url_1 as url };
}
}
export default _default;