-
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Hello @fabian-hiller, very promising library and awesome documentation, thank you.
I'm using auto-generated interfaces for my types, but unfortunately I ran into an error:
Type 'UserAuthLogin' does not satisfy the constraint 'FieldValues'.
Index signature for type 'string' is missing in type 'UserAuthLogin'.
The interface:
export interface UserAuthLogin { login: string, password: string }
Thanks
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request