UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

9 lines (8 loc) 234 B
export default class SearchRequest { readonly id: number; readonly owner: string; tags: Map<String, String>; static fromJson(json: any): SearchRequest; constructor(tags?: Map<String, String>); toJson(): any; }