interface PrintRoutesOptions {
    commonPrefix?: boolean;
    includeHooks?: boolean;
    includeMeta?: boolean | (string | symbol)[];
    method?: HTTPMethods;
}

Properties

commonPrefix?: boolean
includeHooks?: boolean
includeMeta?: boolean | (string | symbol)[]
method?: HTTPMethods