export interface ConsultationStatusProps {
    /**
     * The open date of the consultation
     */
    openDate: string;
    /**
     * The end date of the consultation
     */
    closeDate: string;
}
