UNPKG

@syncable/core

Version:
6 lines (5 loc) 96 B
export interface IRPCDefinition { name: string; args: unknown[]; return: unknown; }