Pawnote
    Preparing search index...

    Type Alias NotebookObservation

    NotebookObservation: Readonly<
        {
            date: Date;
            id: string;
            kind: NotebookObservationKind;
            name: string;
            opened: boolean;
            reason?: string;
            sectionID: string;
            shouldParentsJustify: boolean;
            subject?: Subject;
        },
    >