persona-community-5/.pnpm-store/v3/files/ee/95e3e6e055f68e4a87cb3541870630d6e3c1aaa825ff865b216243719c523454212e7af21580b46a091542746d7829998e9f6c7b71e5ddadfced1923900323-exec
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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;