/// // See https://kit.svelte.dev/docs/types#app // for information about these interfaces declare namespace App { interface Locals { user?: import('@api').UserResponseDto; } // interface Platform {} }