EmptyResultThe empty result.API/Interfaces/EmptyResulthoshimi/src/types/Node.d.tsSignatureexport interface EmptyResultProperties2loadTypedataMethods0No methods.PropertiesloadType#loadType: LoadType.Empty;The load type of the result.@type{LoadType.Empty}data#data: Record<string, string>;The empty data of the result.@type{Record<string, string>}