Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type * as Chunk from "../../Chunk.js";
|
||||
export interface Emit<out A> {
|
||||
readonly _tag: OP_EMIT;
|
||||
readonly elements: Chunk.Chunk<A>;
|
||||
}
|
||||
//# sourceMappingURL=handoffSignal.d.ts.map
|
||||
Reference in New Issue
Block a user