import { DataInterface } from "../interfaces/data.interface";

export type DataToCheckStringFunction = (data: DataInterface) => string;
