@lcap/asl
Version:
NetEase Application Specific Language
105 lines (104 loc) • 3.15 kB
TypeScript
declare namespace _default {
namespace loadList {
namespace url {
const method: string;
const path: string;
namespace query {
export { platformVersion };
}
}
}
namespace loadVersionList {
export namespace url_1 {
const method_1: string;
export { method_1 as method };
const path_1: string;
export { path_1 as path };
export namespace query_1 {
export { platformVersion };
}
export { query_1 as query };
}
export { url_1 as url };
}
namespace loadOfficialList {
export namespace url_2 {
const method_2: string;
export { method_2 as method };
const path_2: string;
export { path_2 as path };
export namespace query_2 {
export { platformVersion };
}
export { query_2 as query };
}
export { url_2 as url };
}
namespace loadOfficialVersionList {
export namespace url_3 {
const method_3: string;
export { method_3 as method };
const path_3: string;
export { path_3 as path };
export namespace query_3 {
export { platformVersion };
}
export { query_3 as query };
}
export { url_3 as url };
}
namespace loadUnpublishList {
export namespace url_4 {
const method_4: string;
export { method_4 as method };
const path_4: string;
export { path_4 as path };
export namespace query_4 {
export { platformVersion };
}
export { query_4 as query };
}
export { url_4 as url };
}
namespace loadUnpublishDetail {
export namespace url_5 {
const method_5: string;
export { method_5 as method };
const path_5: string;
export { path_5 as path };
export namespace query_5 {
export { platformVersion };
}
export { query_5 as query };
}
export { url_5 as url };
}
namespace loadDetail {
export namespace url_6 {
const method_6: string;
export { method_6 as method };
const path_6: string;
export { path_6 as path };
export namespace query_6 {
export { platformVersion };
}
export { query_6 as query };
}
export { url_6 as url };
}
namespace loadOfficialDetail {
export namespace url_7 {
const method_7: string;
export { method_7 as method };
const path_7: string;
export { path_7 as path };
export namespace query_7 {
export { platformVersion };
}
export { query_7 as query };
}
export { url_7 as url };
}
}
export default _default;
declare const platformVersion: 1;