Union type respresenting the ModifyProfileDataArgsValue data enum defined in Rust.
NOTE: that it includes a __kind property which allows to narrow types in
switch/if statements.
Additionally isModifyProfileDataArgsValue* type guards are exposed below to narrow to a specific variant.
Union type respresenting the ModifyProfileDataArgsValue data enum defined in Rust.
NOTE: that it includes a
__kind
property which allows to narrow types in switch/if statements. AdditionallyisModifyProfileDataArgsValue*
type guards are exposed below to narrow to a specific variant.