Type alias ContactRequest

ContactRequest: {
    avatar: string | null;
    email: string;
    nickName: string;
    timestamp: number;
    userId: number;
    uuid: string;
}

Type declaration

  • avatar: string | null
  • email: string
  • nickName: string
  • timestamp: number
  • userId: number
  • uuid: string

Generated using TypeDoc