import { User } from './User'; export interface Participant { user?: User; lastReviewedCommit?: string; role?: string; approved?: boolean; status?: string; } //# sourceMappingURL=Participant.d.ts.map