UNPKG

gatsby

Version:
10 lines (9 loc) 188 B
export interface IMatch { id: string; context: { sourceMessage: string; [key: string]: unknown; }; error?: Error | undefined; [key: string]: unknown; }