/// // See https://kit.svelte.dev/docs/types#app declare namespace App { interface Session { instance: { url: string; token?: string }; } }