mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +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 {
|
export interface Tag {
|
||||||
|
name: string;
|
||||||
question: string;
|
question: string;
|
||||||
answer: string;
|
answer: string;
|
||||||
keywords: string[];
|
keywords: string[];
|
||||||
|
|
Loading…
Reference in a new issue