Wasm Directoryalpha
Record

user-create-response

No description available.

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

Fields

NameTypeDescription
emailoption​<string>
first-nameoption​<string>
idoption​<string>
last-nameoption​<string>
type-opoption​<s32>