UNPKG

@gfticket/common

Version:

An auth package to make micro-service authentication easy to integrate for other services

13 lines (12 loc) 261 B
import { Subjects } from "./subjects"; export interface OrderCancelledEvent { subject: Subjects.OrderCancelled; data: { id: string; version: number; ticket: { id: string; }; orderId?: string; }; }