Headerless<T>: { [ H in keyof Pick<T, "timestamp">]?: T[H] } & Omit<T, keyof Header>

Generic type for VDA 5050 object types without protocol header properties.

Remarks

Specify the timestamp header property (ISO8601, UTC) if you want to override the default value which is automatically set to the time the object is being published. All other header properties are automatically filled in on publication.

Type Parameters

Generated using TypeDoc