/*! Copyright 2023 the gnablib contributors MPL-1.1 */
export type errorSetting = {
    percent?: number;
    amount?: number;
};
