export interface ICreateIdeaContentRequest {
    reference: string;
}
