UNPKG

gen-jhipster

Version:

Spring Boot + Angular/React/Vue in one handy generator

6 lines (5 loc) 659 B
import type BaseApplicationGenerator from '../base-application/generator.js'; import type { Entity as ApplicationEntity, UserEntity } from '../../lib/types/application/entity.js'; export declare function createUserEntity(this: BaseApplicationGenerator, customUserData: {} | undefined, application: any): Partial<UserEntity>; export declare function createUserManagementEntity(this: BaseApplicationGenerator, customUserManagementData: {} | undefined, application: any): Partial<ApplicationEntity>; export declare function createAuthorityEntity(this: BaseApplicationGenerator, customAuthorityData: {} | undefined, application: any): Partial<ApplicationEntity>;