MCPcopy Create free account
hub / github.com/utterance/utterances / ResizeMessage

Interface ResizeMessage

src/measure.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ResizeMessage {
2 type: 'resize';
3 height: number;
4}
5
6let hostOrigin: string;
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected