mirror of
https://github.com/34892002/edgeKey.git
synced 2026-06-03 16:01:18 +08:00
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
export interface PublicSiteInfo {
|
|
siteName: string;
|
|
siteSubtitle?: string | null;
|
|
notice?: string | null;
|
|
supportContact?: string | null;
|
|
}
|