Files
edgeKey/lib/types/site.ts
2026-04-21 11:56:35 +08:00

7 lines
148 B
TypeScript

export interface PublicSiteInfo {
siteName: string;
siteSubtitle?: string | null;
notice?: string | null;
supportContact?: string | null;
}