UNPKG

@dodi-smart/nuki-graphql-api

Version:
7 lines 186 B
import type { Protocol } from './Protocol'; export type RecipientInfo = { protocol?: Protocol; comment?: string; name?: string; }; //# sourceMappingURL=RecipientInfo.d.ts.map