UNPKG

mysterium-tequilapi

Version:
11 lines (10 loc) 182 B
export interface ServiceRequest { providerId: string; type: string; accessPolicies?: { ids: string[]; }; options?: { [key: string]: any; }; }