@lcap/asl
Version:
NetEase Application Specific Language
15 lines (14 loc) • 508 B
TypeScript
export namespace ServiceType {
export const web: string;
export const service: string;
export const micro: string;
export const external: string;
const _export: string;
export { _export as export };
export const entity: string;
}
export const ReverseServiceType: {};
export function createPreServiceType(inWhich: any): (info: any) => any;
export function postServiceType(item: any): any;
export function prePosIndex(info: any): any;
export function preParentAttr(info: any): any;