UNPKG

@stacksjs/router

Version:
8 lines (7 loc) 296 B
/** * Action path types for the Stacks router. * This file is auto-generated or manually maintained to provide * type-safe string paths for routing to actions and controllers. */ // Base type for all action paths - will be narrowed as actions are added export type StacksActionPath = string;