export type DataValidationType = "list" | "custom" | "whole" | "decimal" | "date" | "time" | "textLength";