UNPKG

generator-begcode

Version:

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

20 lines (19 loc) 516 B
export declare const AuthenticationTypeMatrix: { authenticationType: string[]; }; export declare const MatrixMonolith: { authenticationType: string[]; applicationType: any[]; }; export declare const MatrixMicroservice: { applicationType: any[]; authenticationType: string[]; }; export declare const MatrixGateway: { applicationType: any[]; authenticationType: string[]; }; export declare const MatrixMicroserviceGateway: { applicationType: any[]; authenticationType: string[]; };