astro-ghostcms/.pnpm-store/v3/files/ee/95e3e6e055f68e4a87cb3541870...

8 lines
228 B
Plaintext
Executable File

import { URISchemeHandler, URIComponents } from "../uri";
export interface WSComponents extends URIComponents {
resourceName?: string;
secure?: boolean;
}
declare const handler: URISchemeHandler;
export default handler;