export type SnipeCache = { author: string content: string channel: string createdAt: number deletedAt: number attachments: string[] }