interface WasmAccessOperations {
    messageName: string;
    wasmOperations: WasmAccessOperation[];
}

Properties

messageName: string
wasmOperations: WasmAccessOperation[]