UNPKG

eventstore-interconnect

Version:
5 lines (4 loc) 119 B
export declare const VALIDATOR: unique symbol; export interface Validator { validate(event: any): Promise<void>; }