UNPKG

@data-client/endpoint

Version:

Declarative Network Interface Definitions

12 lines 603 B
import PolymorphicSchema from './Polymorphic.js'; import { Visit } from '../interface.js'; /** * Represents variably sized objects * @see https://dataclient.io/rest/api/Values */ export default class ValuesSchema extends PolymorphicSchema { normalize(input: any, parent: any, key: any, args: any[], visit: Visit, addEntity: any, getEntity: any, checkLoop: any): {}; denormalize(input: {}, args: readonly any[], unvisit: (schema: any, input: any) => any): any; queryKey(args: any, queryKey: unknown, getEntity: unknown, getIndex: unknown): undefined; } //# sourceMappingURL=Values.d.ts.map