@bitwild/rockets-auth
Version:
Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more
7 lines • 495 B
TypeScript
import { RocketsAuthRoleCreatableInterface } from '../interfaces/rockets-auth-role-creatable.interface';
import { RocketsAuthRoleDto } from './rockets-auth-role.dto';
declare const RocketsAuthRoleCreateDto_base: import("@nestjs/common").Type<Pick<RocketsAuthRoleDto, "description" | "name">>;
export declare class RocketsAuthRoleCreateDto extends RocketsAuthRoleCreateDto_base implements RocketsAuthRoleCreatableInterface {
}
export {};
//# sourceMappingURL=rockets-auth-role-create.dto.d.ts.map