Interface ExecuteAssembly

interface ExecuteAssembly {
    Output: Buffer;
    Response?: commonpb.Response;
}

Properties

Properties

Output: Buffer
Response?: commonpb.Response