/** * UUIDSpec controls the behavior of the uuid generator. */ export type IUUIDSpec = {}; export type UUIDSpec = IUUIDSpec; export type { IUUIDSpec as IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1UUIDSpec, UUIDSpec as ComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1UUIDSpec };