Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/utils/utils

Index

Functions

createUserFromServerResponse

  • createUserFromServerResponse(res: any): IUser
  • Helper function which creates a user from a server response. Expects the response to be in the format shown below.

    Parameters

    • res: any

      The response from the server.

    Returns IUser

Generated using TypeDoc