interface ErrorsTextOptions {
    dataVar?: string;
    separator?: string;
}

Properties

Properties

dataVar?: string
separator?: string