Files
sonr/internal/orm/browser/SWT.pkl.go
T

17 lines
320 B
Go
Raw Normal View History

2024-09-19 02:04:22 -04:00
// Code generated from Pkl module `browser`. DO NOT EDIT.
package browser
2024-09-18 02:22:17 -04:00
type SWT struct {
Origin string `pkl:"origin"`
Location string `pkl:"location"`
Identifier string `pkl:"identifier"`
Scopes []string `pkl:"scopes"`
Properties map[string]string `pkl:"properties"`
ExpiryBlock int `pkl:"expiryBlock"`
}