Skip to content
profile-info.model.ts 138 B
Newer Older
wangqinghua's avatar
wangqinghua committed
export class ProfileInfo {
    activeProfiles: string[];
    ribbonEnv: string;
    inProduction: boolean;
    swaggerEnabled: boolean;
}