(input?: Session.CreateInput)
| 65 | } |
| 66 | |
| 67 | function createSession(input?: Session.CreateInput) { |
| 68 | return Session.use.create(input) |
| 69 | } |
| 70 | |
| 71 | function createTextMessage(sessionID: SessionIDType, text: string) { |
| 72 | return Effect.gen(function* () { |
no test coverage detected