Cloesce - v0.1.5
    Preparing search index...

    Type Alias CidlType

    CidlType:
        | "Void"
        | "Integer"
        | "Real"
        | "Text"
        | "Blob"
        | "DateIso"
        | "Boolean"
        | "Stream"
        | "JsonValue"
        | "R2Object"
        | { DataSource: string }
        | { Inject: string }
        | { Object: string }
        | { Partial: string }
        | { KvObject: CidlType }
        | { Paginated: CidlType }
        | { Nullable: CidlType }
        | { Array: CidlType }
        | { HttpResult: CidlType }