SW Combine SDK
    Preparing search index...

    Interface CharacterMeReferenceAttributes

    interface CharacterMeReferenceAttributes {
        href?: string;
        type?: string;
        uid?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    href?: string
    type?: string
    uid?: string