@arcmantle/library
    Preparing search index...

    Type Alias Interface<T>

    Interface: { [K in keyof T]: T[K] } & unknown

    Generates a public interface type that removes private and protected fields. This allows accepting otherwise compatible versions of the type (e.g. from multiple copies of the same package in node_modules).

    Type Parameters

    • T