one-among-us-data/scripts/data.ts

6 lines
103 B
TypeScript

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