@sentio/sdk
    Preparing search index...

    Interface Option<T0>

    interface Option<T0> {
        vec: T0[];
    }

    Type Parameters

    • T0
    Index

    Properties

    Properties

    vec: T0[]