Ark
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/// <reference types="astro/client" />
declare namespace App {
interface Locals {
user: {
name: string;
surname: string;
};
}