UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

6 lines (5 loc) 181 B
import { ASRequest } from "../../modules/apiServer/domain/entity/ASRequest"; export default class TestRequest extends ASRequest { private test; constructor(test: number); }