mindee
    Preparing search index...

    Interface InputConstructor

    the type of input used in file ("base64", "path", "dummy"). NB: dummy is only used for tests purposes

    interface InputConstructor {
        inputType: string;
    }
    Index

    Properties

    Properties

    inputType: string