Pawnote
    Preparing search index...

    Type Alias NotebookPunishment

    NotebookPunishment: Readonly<
        {
            circumstances: string;
            circumstancesDocuments: Attachment[];
            dateGiven: Date;
            durationMinutes: number;
            exclusion: boolean;
            giver: string;
            id: string;
            isDuringLesson: boolean;
            reasons: string[];
            title: string;
            workToDo: string;
            workToDoDocuments: Attachment[];
        },
    >