persona-community-5/.pnpm-store/v3/files/82/ec3abadad68347d68477c59569d0ebe7b4ef00d1d68e40d766e64bae1f68355cd579768c07e1cc534d957e1a6489ecf96e5bdbac3cfb222920a24906d3aa38
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

9 lines
240 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type FormatError = ErrorObject<"format", {
format: string;
}, string | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;