AelionExtensionWorkerMessage
AelionExtensionWorkerMessage = {
manifest:AelionExtensionManifest;protocol: typeofAELION_EXTENSION_PROTOCOL;type:"ready"; } | {id:number;payload:JsonValue;protocol: typeofAELION_EXTENSION_PROTOCOL;type:"result"; } | {id:number;message:string;name:string;protocol: typeofAELION_EXTENSION_PROTOCOL;type:"error"; }
Defined in: packages/sdk/src/extension-host.ts:30