@semo/core
    Preparing search index...

    Interface HookInvocationResult<T>

    interface HookInvocationResult<T> {
        errors: { error: Error; plugin: string }[];
        result: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    errors: { error: Error; plugin: string }[]
    result: T