Esposter
    Preparing search index...

    Interface ItemEntityType<T>

    interface ItemEntityType<T extends string> {
        type: T;
    }

    Type Parameters

    • T extends string
    Index

    Properties

    Properties

    type: T