type Notes = {
    user_notes: string;
    admin_notes: string;
};
export type { Notes };
