persona-community-5/.pnpm-store/v3/files/fa/b452b6fe294ac41cd280d9c1f8f95d6c75ba9daac0468955a862555e94b2c2771bf2946af81b520096483dcdd2d17eee013e19b8086e110ab794f1c585928f
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
208 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type ConstError = ErrorObject<"const", {
allowedValue: any;
}>;
declare const def: CodeKeywordDefinition;
export default def;