UNPKG

mongoku

Version:

[![CI](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml/badge.svg)](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml)

24 lines (22 loc) 418 B
// See https://svelte.dev/docs/kit/types#app.d.ts // for information about these interfaces declare global { namespace App { interface Error { message: string; code?: number | string; } interface Locals { requestId: string; user?: { sub?: string; name?: string; email?: string; }; } // interface PageData {} // interface PageState {} // interface Platform {} } } export {};