mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 22:29:31 +08:00
7 lines
108 B
Text
7 lines
108 B
Text
/// <reference types="@sveltejs/kit" />
|
|
|
|
declare namespace App {
|
|
interface Session {
|
|
count: number;
|
|
}
|
|
}
|