@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
8 lines • 374 B
text/typescript
//#region src/libs/collection/helpers/prefix-generated-column-name.d.ts
/**
* Adds a prefix to generated columns names. Primarily used for custom field columns in generated tables.
*/
declare const prefixGeneratedColName: (name: string) => `_${string}`;
//#endregion
export { prefixGeneratedColName as default };
//# sourceMappingURL=prefix-generated-column-name.d.mts.map