Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

InferCustomStructure

Infers the custom structure for a given class.

API/Type Aliases/InferCustomStructure
hoshimi/src/types/Structures.d.ts

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.