remove unused type
This commit is contained in:
parent
6c3d460062
commit
45a8b44c3f
@ -73,14 +73,6 @@ export enum QuizMetricType {
|
|||||||
|
|
||||||
export type FormContactFieldName = "name" | "email" | "phone" | "text" | "address";
|
export type FormContactFieldName = "name" | "email" | "phone" | "text" | "address";
|
||||||
|
|
||||||
type FormContactFieldData = {
|
|
||||||
text: string;
|
|
||||||
innerText: string;
|
|
||||||
key: string;
|
|
||||||
required: boolean;
|
|
||||||
used: boolean;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type FieldSettingsDrawerState = {
|
export type FieldSettingsDrawerState = {
|
||||||
field: FormContactFieldName | "all" | "";
|
field: FormContactFieldName | "all" | "";
|
||||||
isEdit: boolean;
|
isEdit: boolean;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user