Interface IFuseAPICallPacket

interface IFuseAPICallPacket {
    body: Blob;
    callbackID: string;
    contentType: string;
    route: string;
}

Properties

body: Blob
callbackID: string
contentType: string
route: string