mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-17 02:13:46 +01:00
15 lines
316 B
TypeScript
15 lines
316 B
TypeScript
/// <reference types="mdast-util-directive" />
|
|
|
|
// See https://kit.svelte.dev/docs/types#app
|
|
// for information about these interfaces
|
|
declare global {
|
|
namespace App {
|
|
// interface Error {}
|
|
// interface Locals {}
|
|
// interface PageData {}
|
|
// interface PageState {}
|
|
// interface Platform {}
|
|
}
|
|
}
|
|
|
|
export {}
|