mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-15 05:45:43 +02:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
|
|
export interface GitSettings {
|
|
isGitRepo: boolean;
|
|
actions: boolean;
|
|
} |