SW Combine SDK
    Preparing search index...

    Interface Event

    interface Event {
        description?: string;
        timestamp: string;
        type: string;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    description?: string
    timestamp: string
    type: string
    uid: string