@azerum/ts-csp
    Preparing search index...

    Type Alias SelectableAttemptResult<T>

    SelectableAttemptResult: { ok: true; value: T } | { ok: false }

    Type Parameters

    • T