starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-22 04:54:19 +00:00
peafowl/_utils/site.ts

6 lines
113 B
TypeScript
Raw Normal View History

2024-06-16 11:49:13 +00:00
export interface GlobalData extends Lume.Data {
title: string,
subtitle: string,
styles: string[],
}