hermes-queue
Version:
Hermes is a modular framework for node.js to make gRPC APIs.
8 lines • 302 B
TypeScript
import type { Note as _teste_Note, Note__Output as _teste_Note__Output } from '../teste/Note';
export interface NoteFindResponse {
'note'?: (_teste_Note | null);
}
export interface NoteFindResponse__Output {
'note': (_teste_Note__Output | null);
}
//# sourceMappingURL=NoteFindResponse.d.ts.map