thaldrin/src/utils/types.ts

24 lines
344 B
TypeScript

export type CommandContext = {
}
export type Server = {
readonly id: string
server_id: string
prefix: string[]
locale: string
shortlinks: boolean
embeds: boolean
source: boolean
interactiontext: boolean
}
export type Usage = {
readonly id: string
name: string,
type: string
amount: number
}