TESSA Web API
    Preparing search index...

    Interface RegistryItem<K>

    interface RegistryItem<K extends string | number = string> {
        id: K;
    }

    Type Parameters

    • K extends string | number = string
    Index

    Properties

    Properties

    id: K