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

    Type Alias TransactionOptions<TBundle>

    type TransactionOptions<TBundle> = {
        format: string;
        bundle: TBundle & { type: "transaction" };
    }

    Type Parameters

    • TBundle
    Index

    Properties

    Properties

    format: string
    bundle: TBundle & { type: "transaction" }