SW Combine SDK
    Preparing search index...

    Interface GetTypesEntityOptions<T>

    interface GetTypesEntityOptions<T extends TypesEntityType = TypesEntityType> {
        entityType: T;
        uid: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    entityType: T
    uid: string