wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
10 lines • 380 B
TypeScript
import { IWalkthrough } from "./_Foundation/IWalkthrough";
export declare class WTR_Git_EditGlobalConfiguration implements IWalkthrough {
text: string;
execAsync(): Promise<void>;
}
export declare class WTR_Git_ListBranches implements IWalkthrough {
text: string;
execAsync(): Promise<void>;
}
//# sourceMappingURL=WTR_Git_EditGlobalConfiguration.d.ts.map