interface NamedPipes {
    Err: string;
    Response?: commonpb.Response;
    Success: boolean;
}

Properties

Properties

Err: string
Response?: commonpb.Response
Success: boolean