mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
9 lines
170 B
Go
9 lines
170 B
Go
// Code generated from Pkl module `browser`. DO NOT EDIT.
|
|
package browser
|
|
|
|
type PublicKeyCredentialParameters struct {
|
|
Type string `pkl:"type"`
|
|
|
|
Alg *int `pkl:"alg"`
|
|
}
|