brows3r — TypeScript API
    Preparing search index...

    Interface SectionResultValue<T>

    The API succeeded and returned a value.

    interface SectionResultValue<T> {
        kind: "value";
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    kind: "value"
    value: T