interface RemoveUIMessage {
    id: string;
    type: "remove-ui";
}

Properties

Properties

id: string
type: "remove-ui"