export type AssistantType = {
    askAiOnCodeBlock?: boolean;
};
