UNPKG

hermes-queue

Version:

Hermes is a modular framework for node.js to make gRPC APIs.

11 lines 241 B
export interface Note { 'id'?: (number); 'title'?: (string); 'description'?: (string); } export interface Note__Output { 'id': (number); 'title': (string); 'description': (string); } //# sourceMappingURL=Note.d.ts.map