master: change repo
This commit is contained in:
7
src/models/ISlice.ts
Normal file
7
src/models/ISlice.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default interface ISlice {
|
||||
percent: number
|
||||
color: string
|
||||
darkColor: string
|
||||
key?: string
|
||||
label?: string
|
||||
}
|
||||
Reference in New Issue
Block a user