export interface PresenceRequestQuery {
    documentId?: string;
    organizationId?: string;
    statuses?: string[];
}
