UNPKG

comment-core-library

Version:

Javascript library for organizing and displaying danmaku comments

9 lines (7 loc) 145 B
export interface RuntimeRequest { id:string; } export interface MethodCallRequest extends RuntimeRequest { method:string; params:any[]; }