Secrets type
Secrets needed for communication with Dev Portal back-end and other runtime data
type Secrets = {
apiVersion: string
managementApiUrl: string
parentLocation: {
host: string
hostname: string
href: string
origin: string
pathname: string
port: string
protocol: string
search: string
}
token?: string
userId?: string
}