Preparing search index...

    Type Alias Update

    Update: {
        $source?: SourceRef;
        notificationId?: NotificationId;
        source?: Source;
        timestamp?: Timestamp;
    } & ({ values: PathValue[] } | { meta: Meta[] })

    Type declaration

    • Optional$source?: SourceRef
    • OptionalnotificationId?: NotificationId
    • Optionalsource?: Source

      Use $source (SourceRef) instead for more practical string-based referencing

    • Optionaltimestamp?: Timestamp