/** * AWSServiceType is a enum that defines the service/API that is used to fetch the secrets. */ export type IAWSServiceType = "SecretsManager" | "ParameterStore"; export type AWSServiceType = IAWSServiceType; export type { IAWSServiceType as IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1AWSServiceType, AWSServiceType as ComGithubExternalSecretsExternalSecretsApisExternalsecretsV1AWSServiceType };