Type alias GitPushErrorData

GitPushErrorData: {
    prettyDetails: string;
    result: PushResult;
}

Type declaration

Generated using TypeDoc