actionhero
    Preparing search index...

    Interface Input

    interface Input {
        default?: any;
        formatter?: Function | string[] | Function[];
        required?: boolean;
        schema?: { [key: string]: any };
        validator?: Function | string[] | Function[];
    }
    Index

    Properties

    default?: any
    formatter?: Function | string[] | Function[]
    required?: boolean
    schema?: { [key: string]: any }
    validator?: Function | string[] | Function[]