export interface IAdvicePresentation {
    value: string | null;
}
