@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias ProblemSettingsPointsByGroups

    ProblemSettingsPointsByGroups: {
        [key: number]: {
            description: TextLanguage;
            group: number;
            partial: number;
            points: number;
        };
    }

    Type Declaration

    • [key: number]: { description: TextLanguage; group: number; partial: number; points: number }