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 {
|
||||
name: string
|
||||
receive: boolean
|
||||
give: boolean
|
||||
rating: number
|
||||
receive?: boolean
|
||||
give?: boolean
|
||||
}
|
||||
|
||||
export type { ColorDict, Kink }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue