export interface NoCoachingSettings {
    type?: "none";
    memoryBaseId?: string;
}
