aboutsummaryrefslogtreecommitdiff
path: root/packages/api/src/info.d.ts
blob: 1101cea29eb474653085d90b17ce6fa55c7a842e (plain)
1
2
3
4
export type Info = {
	title: string,
	about: string,
}