/** * The operation that can be performed against a vendor to cause the event to be published. */ export type VendorCreatedEventObjectOperation = "CREATED";