commentDisplayNameSchema
constcommentDisplayNameSchema:ZodUnion<readonly [ZodObject<{resolved_name:ZodString;type:ZodLiteral<"user">; },$strip>,ZodObject<{resolved_name:ZodString;type:ZodLiteral<"custom">; },$strip>]>
Defined in: src/schemas/comment.schema.ts:41
Comment display name schema (user or custom).