UNPKG

@anglr/rest

Version:

Angular module representing rest services

12 lines 307 B
import { KeyIndex } from './keyIndex.interface'; /** * Metadata for parameters */ export interface ParametersMetadata { path?: KeyIndex[]; query?: KeyIndex[]; queryObject?: KeyIndex[]; body?: KeyIndex[]; header?: KeyIndex[]; } //# sourceMappingURL=parametersMetadata.interface.d.ts.map