feat: update interface definitions
This commit is contained in:
parent
f147510c04
commit
d196c1e680
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@ interface ColorDict {
|
||||||
|
|
||||||
interface Kink {
|
interface Kink {
|
||||||
name: string
|
name: string
|
||||||
receive: boolean
|
rating: number
|
||||||
give: boolean
|
receive?: boolean
|
||||||
|
give?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export type { ColorDict, Kink }
|
export type { ColorDict, Kink }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue