import { Subjects } from './subjects'; export interface ExpirationCompleteEvent { subject: Subjects.ExpirationComplete; data: { orderId: string; }; }