update config.ts

pull/116/head
m1ckyb 2025-06-03 00:13:16 +10:00 committed by GitHub
parent 23298af979
commit 953be20cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
export type PageConfig = {
title?: string
headericon?: string
header?: string
links?: PageConfigLink[]
group?: PageConfigGroup
}