Interface NullableResult<T>

A nullable type.

Type Parameters

Hierarchy

  • NullableResult

Properties

Properties

element: T
meta: {
    position: "prefix" | "suffix";
}

Type declaration

  • position: "prefix" | "suffix"
type: "JsdocTypeNullable"

Generated using TypeDoc