/**
 * 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;
