UNPKG

@anglr/rest

Version:

Angular module representing rest services

10 lines 298 B
/** * Contains data that are stored when REST method is set */ export interface RestMethod extends TypedPropertyDescriptor<unknown> { /** * Number of parameters that are on the method originaly */ originalParamsCount: number; } //# sourceMappingURL=restMethod.interface.d.ts.map