kubricate / types
types
Interfaces
Interface | Description |
---|---|
KubricateConfig | - |
ProjectMetadataOptions | Metadata configuration for project-wide resource generation behavior. |
Type Aliases
Type Alias | Description |
---|---|
AnyClass | - |
AnyFunction | - |
AnyKey | Accept 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. |
AnyString | Any String for literal types without losing autocompletion. |
FallbackIfNever | FallbackIfNever checks if the type T is never, and if so, returns the fallback type. Otherwise, it returns the original type T. |
FunctionLike | - |
InferConfigureComposerFunc | - |
IsNever | Check is the type is never, return true if the type is never, false otherwise. |