Interface ListWasmExtensions

interface ListWasmExtensions {
    Names: string[];
    Response?: commonpb.Response;
}

Properties

Properties

Names: string[]
Response?: commonpb.Response