UNPKG

airship-server

Version:

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

5 lines (3 loc) 128 B
import {ISerializable} from "../../../serialize/BaseSerializer"; export abstract class ASResponse implements ISerializable { }