UNPKG

airship-server

Version:

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

7 lines (6 loc) 206 B
import SourceCode from "../../codeGen/domain/SourceCode"; export default class SDKFile { readonly fileName: string; readonly code: SourceCode; constructor(fileName: string, code: SourceCode); }