We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5849d commit e2d93c8Copy full SHA for e2d93c8
resources/js/pages/settings/profile.tsx
@@ -19,7 +19,7 @@ const breadcrumbs: BreadcrumbItem[] = [
19
},
20
];
21
22
-interface ProfileForm {
+type ProfileForm = {
23
name: string;
24
email: string;
25
}
0 commit comments