😂🔫
This commit is contained in:
@ -64,3 +64,10 @@ export type Chat = {
|
||||
message: string
|
||||
createdAt: Date
|
||||
}
|
||||
|
||||
export type Asset = {
|
||||
key: string
|
||||
value: string
|
||||
group: 'tiles' | 'objects' | 'sound' | 'music' | 'ui' | 'font' | 'other'
|
||||
type: 'base64' | 'link'
|
||||
}
|
||||
|
Reference in New Issue
Block a user