engine
engine copied to clipboard
content client: add type to generated ContemberClientNames
so enums can be easily used in zod enums like this
import {ContemberClientNames} from '@app/client'
const postStatus = z.enum(ContemberClientNames.enums.PostStatus)