UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

5 lines 370 B
import { CrudRequestInterface } from '@concepta/nestjs-crud'; import { RocketsAuthUserMetadataEntityInterface } from './rockets-auth-user-metadata-entity.interface'; export interface RocketsAuthUserMetadataRequestInterface extends CrudRequestInterface<RocketsAuthUserMetadataEntityInterface> { } //# sourceMappingURL=rockets-auth-user-metadata-request.interface.d.ts.map