temp
This commit is contained in:
6
dist/tools/git-api.d.ts
vendored
Normal file
6
dist/tools/git-api.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface GitPushConfig {
|
||||
apiUrl: string;
|
||||
apiToken: string;
|
||||
username: string;
|
||||
}
|
||||
export declare function gitCommitAndPush(workspaceRoot: string, message: string, cfg: GitPushConfig): Promise<unknown>;
|
||||
Reference in New Issue
Block a user