8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
export type SnipeCache = {
|
|
author: string
|
|
content: string
|
|
channel: string
|
|
createdAt: number
|
|
deletedAt: number
|
|
attachments: string[]
|
|
} |