feat: initial commit
This commit is contained in:
10
src/types.ts
Normal file
10
src/types.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface Config {
|
||||
commitTypes?: Array<Type>;
|
||||
scopes?: Array<string>;
|
||||
}
|
||||
|
||||
export interface Type {
|
||||
label: string;
|
||||
value: string;
|
||||
hint: string;
|
||||
}
|
||||
Reference in New Issue
Block a user