@anglr/rest
Version:
Angular module representing rest services
10 lines • 352 B
TypeScript
import { RestMiddleware } from '../../interfaces';
import { RestMiddlewareType } from '../types';
/**
* Type indicates that it should be removed from array
*/
export declare class NotType<TType extends RestMiddleware> {
ɵtype: RestMiddlewareType<TType>;
constructor(ɵtype: RestMiddlewareType<TType>);
}
//# sourceMappingURL=notType.d.ts.map