export interface ISecretInfo { appId: string; groupName: string; envName: string; } export type IAddedMap = Record>;