export type CommandContribution = {
  name: string;
  description?: string;
  content: string;
};