export interface IReferenceUpsertRequest {
    title: string;
    desc: string;
    category: string[];
    href?: string;
}
