Type Alias GetCustomBotProfileResponse

GetCustomBotProfileResponse: {
    addonEnabled: boolean;
    enabled: boolean;
    profile: CustomBotProfile | null;
}