export type LayoutKey = "blank" | "default" declare module 'nitropack' { interface NitroRouteConfig { appLayout?: LayoutKey | false } interface NitroRouteRules { appLayout?: LayoutKey | false } } declare module 'nitropack/types' { interface NitroRouteConfig { appLayout?: LayoutKey | false } interface NitroRouteRules { appLayout?: LayoutKey | false } }