/** * Principal who performed the relevant action */ export interface PerformedBy { email: string; name: string; }