persona-community-5/.pnpm-store/v3/files/1e/80d9ce3ee7a1b587f5086057ed09e09f633a24430a9df86b384566ce57a344163da627153acc99fcc12c65c456d6ae564f9fe3335b5ef24420b5617baa2a39
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

7 lines
236 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type IfKeywordError = ErrorObject<"if", {
failingKeyword: string;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;