Pawnote
    Preparing search index...

    Type Alias NotebookDelay

    NotebookDelay: Readonly<
        {
            administrativelyFixed: boolean;
            date: Date;
            id: string;
            isReasonUnknown: boolean;
            justification?: string;
            justified: boolean;
            minutes: number;
            reason?: string;
            shouldParentsJustify: boolean;
        },
    >