export interface ErrorOptions {
    title?: string;
    textOk?: string;
    draggable?: boolean;
}
