UNPKG

@dasch-swiss/dsp-js

Version:
9 lines 308 B
import { JsonCustomConvert } from 'json2typescript'; /** * @category Internal */ export declare class SubPropertyOfConverter implements JsonCustomConvert<string[]> { serialize(subproperties: string[]): any; deserialize(items: any): string[]; } //# sourceMappingURL=subproperty-of-converter.d.ts.map