export interface CommandPaletteMessage {
    type: "info" | "error";
    message: string;
}
