Properties
type
Type of status
type: ExtensionStatusType
code
The current status code
code: string
subcode
An optional subscode (used in validation extensions)
subcode?: string
progress
Optional progress between 0 and 1
progress?: number
values
Optional values to pass to use in locale label
values?: { [key: string]: any; }
meta
Metadata not for use in locale labels
meta?: { [key: string]: any; }