Directory

Index

Interfaces

Type aliases

Type aliases

AppId

AppId: string

Type definitions that is are wherever the API expects the ID or of an application to be passed. We have both, since internally appId is used to identify app, but externally we use name to repsect specification

It is not possible for TypeScript to verify that only valid application names/appIds are passed to the FDC3 API. This type definition is more a hint to the callee, over a plain "string" argument.

AppName

AppName: string