Skip to content

@kubricate/core / types / PrimitiveSecretValue

Type Alias: PrimitiveSecretValue

ts
type PrimitiveSecretValue = string | number | boolean | null | undefined;