Documentation
    Preparing search index...

    Interface HandlerOptions<Schema>

    interface HandlerOptions<Schema extends StandardSchemaV1> {
        args: InferOutput<Schema>;
        store: Store;
    }

    Type Parameters

    • Schema extends StandardSchemaV1
    Index

    Properties

    Properties

    args: InferOutput<Schema>
    store: Store