mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
prettier
This commit is contained in:
parent
4ed957a650
commit
b08fdee48a
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
export interface Tag {
|
||||
name: string;
|
||||
question: string;
|
||||
answer: string;
|
||||
keywords: string[];
|
||||
|
|
Loading…
Reference in a new issue