persona-community-5/.pnpm-store/v3/files/65/d5fc179149a0b11c928d3ae099339e9f39d2c40b1c13fd0785bb9d6d06defa1f11635ca72812df6b21a07745465cfde4e8970ad095bb0f2877332c5e58b7b9
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
249 B
Plaintext

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