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

    Type Alias CreateOptions<T>

    type CreateOptions<T> = {
        type: string;
        resource: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    type: string
    resource: T