cton-js
    Preparing search index...

    Interface RegisterTypeOptions

    interface RegisterTypeOptions {
        as?: "object" | "array" | "scalar";
    }
    Index

    Properties

    Properties

    as?: "object" | "array" | "scalar"