UNPKG

@azure/eventgrid

Version:
17 lines 430 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Property names defined by the CloudEvents 1.0 specification, these may not be reused as the names of extension properties. */ export const cloudEventReservedPropertyNames = [ "specversion", "id", "source", "type", "datacontenttype", "dataschema", "subject", "time", "data", ]; //# sourceMappingURL=models.js.map