You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thank you for this wonderfull package.
i want to know that is thery any way that i can define the type of my Form attributes so it gives me code completion
like
interface FormInterface{
first_name?:stirng
}
const form:FormInterface = new Form({first_name:string})
currently it gives me only the form only attributes defined in your files
The text was updated successfully, but these errors were encountered:
Hi thank you for this wonderfull package.
i want to know that is thery any way that i can define the type of my Form attributes so it gives me code completion
like
const form:FormInterface = new Form({first_name:string})
currently it gives me only the form only attributes defined in your files
The text was updated successfully, but these errors were encountered: