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

16 lines
470 B
Plaintext

export declare const TYPE: Readonly<{
eslintImplicitGlobalSetting: "readonly";
isTypeVariable: true;
isValueVariable: false;
}>;
export declare const VALUE: Readonly<{
eslintImplicitGlobalSetting: "readonly";
isTypeVariable: false;
isValueVariable: true;
}>;
export declare const TYPE_VALUE: Readonly<{
eslintImplicitGlobalSetting: "readonly";
isTypeVariable: true;
isValueVariable: true;
}>;
//# sourceMappingURL=base-config.d.ts.map