Home > @uniformdev/mesh-sdk > DialogParamValue
DialogParamValue type
Signature:
type DialogParamValue = string | number | boolean | null | DialogParamValue[] | {
[key: string]: DialogParamValue;
};
References: DialogParamValue
Home > @uniformdev/mesh-sdk > DialogParamValue
Signature:
type DialogParamValue = string | number | boolean | null | DialogParamValue[] | {
[key: string]: DialogParamValue;
};
References: DialogParamValue