UNPKG

nestjs-infisical-sdk

Version:
15 lines (14 loc) 368 B
export interface InfisicalOptions { clientId: string; clientSecret: string; environment?: string; siteUrl?: string; renewToken?: boolean; setManuallyAccessToken?: string; awsIamLogin?: string; renewAwsIamToken?: boolean; projectId?: string; secretPath?: string; injectIntoProcessEnv?: boolean; watchEnvFile?: boolean; }