starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-22 13:04:20 +00:00
peafowl/_utils/site.ts
2024-07-01 16:44:56 +02:00

5 lines
113 B
TypeScript

export interface GlobalData extends Lume.Data {
title: string,
subtitle: string,
styles: string[],
}