UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 125 B
export interface UserRegistrationRequest { token: string; name: string; surname: string; password: string; }