Wasm Directoryalpha
Record

user-create-body-user-info

No description available.

record user-create-body-user-info {
  email: string,
  first-name: option​<string>,
  last-name: option​<string>,
  password: option​<string>,
  type-op: s32,
}

Fields

NameTypeDescription
emailstring
first-nameoption​<string>
last-nameoption​<string>
passwordoption​<string>
type-ops32