@theophilusdev/conduit
    Preparing search index...

    Interface EventPayload<K>

    interface EventPayload<K extends keyof ConduitEvents> {
        type: K;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: K