ExtensionObject: Header & {
    [key: string]: any;
}

Type for any custom VDA 5050 extension object.

An extension object must include all VDA 5050 protocol header properties and may include additional properties of any valid JSON data type, i.e. null, number, boolean, string, array, object.

Remarks

To define a typesafe extension object type in your application, use an interface that extends the Header interface.

Generated using TypeDoc