probot
    Preparing search index...

    Type Alias ApplicationFunctionOptions

    type ApplicationFunctionOptions = {
        addHandler: (handler: Handler) => void;
        cwd: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    addHandler: (handler: Handler) => void
    cwd: string