Coda by Ian Macalinao
    Preparing search index...

    Interface RemainderOptionTypeNode<TItem>

    interface RemainderOptionTypeNode<TItem extends TypeNode = TypeNode> {
        item: TItem;
        kind: "remainderOptionTypeNode";
    }

    Type Parameters

    Index

    Properties

    Properties

    item: TItem
    kind: "remainderOptionTypeNode"