export interface Appendix { id: number; title: string; fileUrl: string; uniqueId: string; }