export interface ResourceType { id:string name:string contentType:string count:number simple:boolean } export interface ProtocolParams { name:string label:string type:string optional:boolean hasSelFunction:boolean } export interface Protocol { id: string params: ProtocolParams[] }