refactor(schema): extract shared public schemas (#33571)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export * as SessionDelivery from "./session-delivery"
|
||||
|
||||
import { Schema } from "effect"
|
||||
|
||||
export const Delivery = Schema.Literals(["steer", "queue"])
|
||||
export type Delivery = typeof Delivery.Type
|
||||
Reference in New Issue
Block a user