light-runner
API referenceInterfaces

ExtractResult

Defined in: src/types.ts:28

Properties

bytes?

optional bytes?: number;

Defined in: src/types.ts:33


error?

optional error?: string;

Defined in: src/types.ts:32


from

from: string;

Defined in: src/types.ts:29


status

status: "ok" | "error" | "missing";

Defined in: src/types.ts:31


to

to: string;

Defined in: src/types.ts:30

On this page