Skip to main content

TypeAlias.ObjectPath

type ObjectPath<T> = Path<T> extends `.${infer P}` ? P : never;

Type Parameters

Type Parameter
T