UNPKG

okai

Version:
9 lines (8 loc) 224 B
export class MetadataApp { view; includeTypes; constructor(init) { Object.assign(this, init); } getTypeName() { return 'MetadataApp'; } getMethod() { return 'GET'; } createResponse() { return {}; } }