mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
|
export interface BannerData {
|
||
|
type: string,
|
||
|
icon: string,
|
||
|
title: string,
|
||
|
text: string
|
||
|
}
|