1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-10 13:24:50 +08:00
one-among-us-data/scripts/data.ts
Elihuso Quigley eece557305 [+] banner
2024-05-17 20:28:56 +08:00

6 lines
103 B
TypeScript

export interface BannerData {
type: string,
icon: string,
title: string,
text: string
}