Pawnote
    Preparing search index...

    Type Alias Resource

    Resource: Readonly<
        {
            assignmentDeadline?: Date;
            backgroundColor: string;
            contents: ResourceContent[];
            endDate: Date;
            groups: string[];
            haveAssignment: boolean;
            id: string;
            startDate: Date;
            subject: Subject;
            teachers: string[];
        },
    >