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