Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateUserResponse

This interface shows the structure of a CreateUserResponse

export interface CreateUserResponse {
token: string;
user_id: string;
}

Hierarchy

  • CreateUserResponse

Index

Properties

Properties

token: string
user_id: string

Generated using TypeDoc