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

11 lines
211 B
Go

// Code generated from Pkl module `browser`. DO NOT EDIT.
package browser
type PublicKeyCredentialDescriptor struct {
Id string `pkl:"id"`
Transports []string `pkl:"transports"`
Type string `pkl:"type"`
}