@ahqstore/plugin-api - v0.0.12
    Preparing search index...

    Type Alias CommunicationInterfaceExperimental

    CommunicationInterface:
        | { data: unknown; event: EventName; eventType: Request; refId: number }
        | { data: unknown; event: EventName; eventType: Event }
        | {
            data: unknown;
            eventType: Response;
            refId: number;
            status: ResponseStatus;
        }

    This whole interface is also internally managed by our plugin

    Type Declaration