airship-server
Version:
Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.
9 lines (8 loc) • 327 B
TypeScript
import "reflect-metadata";
import { Wrapper } from "../../../codeGen/infrastructure/Utils";
export declare function queryPath(path: string): (target: any) => void;
export declare type ASRequestType = Wrapper<typeof ASRequest>;
export declare class ASRequest {
static queryPath: string;
static getQueryPath(): string;
}