UNPKG

ajsfw

Version:
5 lines (4 loc) 114 B
export interface IRMICallPromise { resolver: (value: any) => void; rejector: (reason: any) => void; }