UNPKG

@nestjsx/crud

Version:

NestJs CRUD for RESTful APIs

3 lines (2 loc) 128 B
import { AuthOptions } from '../interfaces'; export declare const CrudAuth: (options: AuthOptions) => (target: Object) => void;