engine icon indicating copy to clipboard operation
engine copied to clipboard

content client: add type to generated ContemberClientNames

Open matej21 opened this issue 4 months ago • 0 comments

so enums can be easily used in zod enums like this

import {ContemberClientNames} from '@app/client'

const postStatus = z.enum(ContemberClientNames.enums.PostStatus)

matej21 avatar Aug 12 '25 15:08 matej21