UNPKG

@anglr/rest

Version:

Angular module representing rest services

12 lines 412 B
import { Dictionary } from '@jscrpt/common'; import { Schema } from 'avsc'; /** * Service used for obtaining AVRO schema types */ export interface AvroAdapterSchemaProvider { /** * Gets object containing namespaces and for each namespace types that are available in schema */ readonly schema: Dictionary<Dictionary<Schema>>; } //# sourceMappingURL=avroAdapterSchemaProvider.interface.d.ts.map