UNPKG

hermes-queue

Version:

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

8 lines 294 B
import type { Note as _teste_Note, Note__Output as _teste_Note__Output } from '../teste/Note'; export interface NoteListResponse { 'notes'?: (_teste_Note)[]; } export interface NoteListResponse__Output { 'notes': (_teste_Note__Output)[]; } //# sourceMappingURL=NoteListResponse.d.ts.map