SmythOS SDK
    Preparing search index...

    Type Alias TClassifierInputs

    type TClassifierInputs = {
        Input?: any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    Input?: any