export interface SecretsType { [key: string]: string | string[] | undefined; }