interface RunAs {
    Output: string;
    Response?: commonpb.Response;
}

Properties

Properties

Output: string
Response?: commonpb.Response