Skip to content

Variable: lifecycleStateSchema

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