import { GuidValue } from "@omnia/fx-models"; export interface Retention { id: GuidValue; teamAppId: GuidValue; documentId: string; documentIdNumber: number; documentTitle: string; isEmailSent: boolean; retentionDate: Date; }