InferCustomStructure
Infers the custom structure for a given class.
Signature
type InferCustomStructure<T, N extends string> = N extends keyof CustomizableStructures ? CustomizableStructures[N] : T;Members
This export does not declare public properties or methods in the generated declaration file.