@hmiproject/helio-sdk
    Preparing search index...

    Type Alias CreateTextsResult<DefType>

    type CreateTextsResult<DefType extends TextsDef> = {
        namespace: Namespace;
        texts: DefType;
    }

    Type Parameters

    Index

    Properties

    Properties

    namespace: Namespace
    texts: DefType