Interface InputConstructor

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

interface InputConstructor {
    inputType: string;
}

Properties

Properties

inputType: string