@lcap/nasl
Version:
NetEase Application Specific Language
73 lines • 2.04 kB
TypeScript
declare namespace _default {
namespace batchQuery {
namespace url {
let method: string;
let path: string;
}
}
namespace incrQuery {
export namespace url_1 {
let method_1: string;
export { method_1 as method };
let path_1: string;
export { path_1 as path };
}
export { url_1 as url };
}
namespace batchAction {
export namespace url_2 {
let method_2: string;
export { method_2 as method };
let path_2: string;
export { path_2 as path };
}
export { url_2 as url };
}
namespace batchInstruct {
export namespace url_3 {
let method_3: string;
export { method_3 as method };
let path_3: string;
export { path_3 as path };
}
export { url_3 as url };
}
namespace saveFrontendNasl {
export namespace url_4 {
let method_4: string;
export { method_4 as method };
let path_4: string;
export { path_4 as path };
}
export { url_4 as url };
}
namespace breakpoint {
export namespace url_5 {
let method_5: string;
export { method_5 as method };
let path_5: string;
export { path_5 as path };
}
export { url_5 as url };
}
namespace databaseTypes {
export namespace url_6 {
let method_6: string;
export { method_6 as method };
let path_6: string;
export { path_6 as path };
}
export { url_6 as url };
}
namespace aiCoachActionRecord {
export namespace url_7 {
let method_7: string;
export { method_7 as method };
let path_7: string;
export { path_7 as path };
}
export { url_7 as url };
}
}
export default _default;
//# sourceMappingURL=api.d.ts.map