feat(typing): More types, cleaner structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from typing import TypedDict
|
||||
|
||||
|
||||
class ArchMgrGitConfig(TypedDict):
|
||||
creds: dict # TODO:
|
||||
repos: dict # TODO
|
||||
|
||||
|
||||
class ArchMgrGitRepoConfig(TypedDict):
|
||||
clone_path: str
|
||||
url: str
|
||||
Reference in New Issue
Block a user