Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

EmptyResult

The empty result.

API/Interfaces/EmptyResult
hoshimi/src/types/Node.d.ts

Signature

export interface EmptyResult

Properties

2
loadTypedata

Methods

0

No methods.

Properties

loadType#
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>}