Updated import
This commit is contained in:
8
src/utils/Types.ts
Normal file
8
src/utils/Types.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type SnipeCache = {
|
||||
author: string
|
||||
content: string
|
||||
channel: string
|
||||
createdAt: number
|
||||
deletedAt: number
|
||||
attachments: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user