const lifecycleStateSchema: ZodUnion<readonly [ZodLiteral<"ACTIVE">, ZodLiteral<"TRASHED">]>
const
ZodUnion
ZodLiteral
"ACTIVE"
"TRASHED"