Interface UserFields

Perform CRUD operations (Create, Read, Update and Delete) to deal with Users. User is mapped to "http://localhost:8000/api/v1/users" endpoint

Hierarchy

  • UserFields

Properties

Properties

age?: number
id: number
name?: string

Generated using TypeDoc