mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
* refactor: app event bus * fix: use messagepack + cleanup * fix: use postcard * fix: lint * fix: import gate * fix: prettierignore + lint * fix: lint * fix: rev
5 lines
287 B
TypeScript
5 lines
287 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
import type { ProcessPayloadType } from "./ProcessPayloadType";
|
|
|
|
export type ProcessPayload = { instance_id: string, uuid: string, event: ProcessPayloadType, message: string, };
|