UNPKG

@bitwild/rockets-auth

Version:

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

10 lines 274 B
export declare class RocketsAuthUserMetadataDto { [key: string]: unknown; id: string; userId: string; dateCreated: Date; dateUpdated: Date; dateDeleted?: Date | null; version: number; } //# sourceMappingURL=rockets-auth-user-metadata.dto.d.ts.map