Interface ResultOptions

interface ResultOptions {
    throwOnError?: boolean;
}

Hierarchy (view full)

Properties

Properties

throwOnError?: boolean