export interface Document { id: string; action: string; role?: string | null; }