// Code generated from Pkl module `dwn`. DO NOT EDIT. package dwn type Sonr struct { ApiUrl string `pkl:"apiUrl" json:"apiUrl,omitempty"` GrpcUrl string `pkl:"grpcUrl" json:"grpcUrl,omitempty"` RpcUrl string `pkl:"rpcUrl" json:"rpcUrl,omitempty"` WebSocketUrl string `pkl:"webSocketUrl" json:"webSocketUrl,omitempty"` ChainId string `pkl:"chainId" json:"chainId,omitempty"` }