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

6 lines
103 B
TypeScript
Raw Normal View History

2024-05-17 20:28:56 +08:00
export interface BannerData {
type: string,
icon: string,
title: string,
text: string
}