actionhero
    Preparing search index...

    Type Alias RouteType

    type RouteType = {
        action: string;
        apiVersion?: number | string;
        dir?: string;
        matchTrailingPathParts?: boolean;
        path: string;
    }
    Index

    Properties

    action: string
    apiVersion?: number | string
    dir?: string
    matchTrailingPathParts?: boolean
    path: string