Skip to content

kubricate / types

types

Interfaces

InterfaceDescription
KubricateConfig-
ProjectMetadataOptionsMetadata configuration for project-wide resource generation behavior.

Type Aliases

Type AliasDescription
AnyClass-
AnyFunction-
AnyKeyAccept any type of key, including string, number, or symbol, Like keyof any. This is useful for generic programming where the key type is not known in advance. It allows for more flexibility in defining data structures and algorithms that can work with different key types.
AnyStringAny String for literal types without losing autocompletion.
FallbackIfNeverFallbackIfNever checks if the type T is never, and if so, returns the fallback type. Otherwise, it returns the original type T.
FunctionLike-
InferConfigureComposerFunc-
IsNeverCheck is the type is never, return true if the type is never, false otherwise.