5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
|
export type Sound = {
|
||
|
fav_rb: boolean,
|
||
|
toot: boolean
|
||
|
}
|