Prelude API
    Preparing search index...

    Type Alias Ok<T>

    type Ok<T> = {
        status: "ok";
        value: T;
    }

    Type Parameters

    • T
    Index
    status: "ok"
    value: T