export interface Meta { timestamp: number; event: string; environment: string; initiator_id: string; callback_url: string; access_token: string; }