haredo

    Interface ExtensionInterface

    interface ExtensionInterface {
        exchange?: Record<string, <T>(...args: any[]) => ExchangeChain<T>>;
        queue?: Record<string, <T>(...args: any[]) => QueueChain<T>>;
    }
    Index

    Properties

    Properties

    exchange?: Record<string, <T>(...args: any[]) => ExchangeChain<T>>
    queue?: Record<string, <T>(...args: any[]) => QueueChain<T>>
    MMNEPVFCICPMFPCPTTAAATR