UNPKG

@syncable/core

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