remove unused type

This commit is contained in:
nflnkr 2024-06-19 18:29:27 +03:00
parent 6c3d460062
commit 45a8b44c3f

@ -73,14 +73,6 @@ export enum QuizMetricType {
export type FormContactFieldName = "name" | "email" | "phone" | "text" | "address";
type FormContactFieldData = {
text: string;
innerText: string;
key: string;
required: boolean;
used: boolean;
};
export type FieldSettingsDrawerState = {
field: FormContactFieldName | "all" | "";
isEdit: boolean;