scripts/ssh-vm.sh: quick SSH into colony-vm
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
crates/colony-types/bindings/InboxItem.ts
Normal file
4
crates/colony-types/bindings/InboxItem.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { Message } from "./Message";
|
||||
|
||||
export type InboxItem = { id: bigint, message: Message, channel_name: string, trigger: string, created_at: string, };
|
||||
Reference in New Issue
Block a user