mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
13 lines
262 B
Go
13 lines
262 B
Go
// Code generated from Pkl module `models`. DO NOT EDIT.
|
|
package models
|
|
|
|
type Footer struct {
|
|
Logo *Image `pkl:"logo"`
|
|
|
|
SocialLinks []*SocialLink `pkl:"socialLinks"`
|
|
|
|
CompanyLinks []*Link `pkl:"companyLinks"`
|
|
|
|
ResourcesLinks []*Link `pkl:"resourcesLinks"`
|
|
}
|