mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-22 04:54:19 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
export interface GlobalData extends Lume.Data {
|
||
|
title: string,
|
||
|
subtitle: string,
|
||
|
styles: string[],
|
||
|
}
|