UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

12 lines (11 loc) 307 B
import { JsonCustomConvert } from "json2typescript"; export declare class GroupsPerProjectConverter implements JsonCustomConvert<{ [key: string]: string[]; }> { serialize(groups: { [key: string]: string[]; }): any; deserialize(item: any): { [key: string]: string[]; }; }