UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

21 lines (20 loc) 704 B
import { Schema } from '../../../../effect.js'; declare const JsonData_base: Schema.Class<JsonData, { originPathname: typeof Schema.String; }, Schema.Struct.Encoded<{ originPathname: typeof Schema.String; }>, never, { readonly originPathname: string; }, {}, {}>; /** * Represents the JSON data structure for verifying a session in the dashboard API. * * @remarks * This class extends a schema definition for type-safe validation. * * @property originPathname - The original pathname as a string. */ export declare class JsonData extends JsonData_base { } export declare const POST: import("astro").APIRoute, OPTIONS: import("astro").APIRoute, ALL: import("astro").APIRoute; export {};