Genkit JS API reference
    Preparing search index...

    Type Alias IndexerAction<IndexerOptions>

    IndexerAction: Action<typeof IndexerRequestSchema, z.ZodVoid> & {
        __configSchema?: IndexerOptions;
    }

    An indexer action type.

    Type Parameters