SquirrelMessage

Used for communication to and from Squirrel

SquirrelMessage {
    name: string;
    id?: string;
    value: any;
}

Last updated

Was this helpful?