UNPKG

@dasch-swiss/dsp-js

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