SW Combine SDK
    Preparing search index...

    Interface TypesEntityGenericDetail

    Fallback response shape for non-ship /types/:entityType/:uid endpoints.

    interface TypesEntityGenericDetail {
        name?: string;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    name?: string
    uid: string