Variable CreativeSortFieldSchemaConst
CreativeSortFieldSchema: ZodUnion<
readonly [
ZodLiteral<"created_date">,
ZodLiteral<"updated_date">,
ZodLiteral<"name">,
ZodLiteral<"status">,
ZodLiteral<"assignment_count">,
ZodLiteral<"performance_score">,
],
> = ...