export interface ContentReference {
    contentid?: number;
    fulllist?: boolean;
    referencename?: string;
}
