This interface represents the first message sent by a frontend

interface Log {
    message: string;
}

Properties

Properties

message: string