brows3r — TypeScript API
    Preparing search index...

    Type Alias SectionResult<T>

    SectionResult:
        | SectionResultValue<T>
        | SectionResultDenied
        | SectionResultUnsupported
        | SectionResultDeferred

    Discriminated union representing one bucket property section outcome.

    Use section.kind to narrow the type:

    • "value"section.value
    • "denied"section.iamAction
    • "unsupported"section.reason
    • "deferred"section.reason

    Type Parameters

    • T