@sentio/sdk
    Preparing search index...

    Interface Box<T0>

    interface Box<T0> {
        val: T0;
    }

    Type Parameters

    • T0
    Index

    Properties

    Properties

    val: T0