UNPKG

@brahmaesolutions/native

Version:
11 lines (10 loc) 211 B
export interface CustomPlugin { echo(options: { value: string; }): Promise<{ value: string; }>; getContacts(filter: string): Promise<{ results: any[]; }>; }