Amplify Toolbox
    Preparing search index...
    type AmplifyIOHost = {
        notify: <T>(msg: AmplifyIoHostEventMessage<T>) => Promise<void>;
        requestResponse: <T, U>(
            msg: AmplifyIoHostEventRequestMessageIoRequest<T, U>,
        ) => Promise<U>;
    }
    Index

    Properties

    notify: <T>(msg: AmplifyIoHostEventMessage<T>) => Promise<void>
    requestResponse: <T, U>(
        msg: AmplifyIoHostEventRequestMessageIoRequest<T, U>,
    ) => Promise<U>