export interface ActorSummary { id: string; displayName: string; archived: boolean; }