@resonatehq/sdk
    Preparing search index...

    Interface Processor

    interface Processor {
        process(
            id: string,
            func: F,
            cb: (result: Result<unknown>) => void,
        ): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • id: string
      • func: F
      • cb: (result: Result<unknown>) => void

      Returns void