Type alias CodeBlockActions

CodeBlockActions: Record<"copy" | "insert-to-cursor" | string, CodeBlockAction | undefined | null>