hoshimi
    Preparing search index...

    Type Alias InferCustomStructure<T, N>

    InferCustomStructure: N extends keyof CustomizableStructures
        ? CustomizableStructures[N]
        : T

    Infers the custom structure for a given class.

    Type Parameters

    • T
    • N extends string