@health-samurai/aidbox-client
    Preparing search index...

    Type Alias UpdateOptions<T>

    type UpdateOptions<T> = {
        type: string;
        resource: T;
        id: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    type: string
    resource: T
    id: string