InferCustomStructure
Signature
export type InferCustomStructure<T, N extends string> = CustomStructures extends Record<N, infer P> ? P : T;Members
This export does not declare public properties or methods in the generated declaration file.
export type InferCustomStructure<T, N extends string> = CustomStructures extends Record<N, infer P> ? P : T;This export does not declare public properties or methods in the generated declaration file.