Pawnote
    Preparing search index...

    Type Alias ResourceContent

    ResourceContent: Readonly<
        {
            category: ResourceContentCategory;
            categoryText?: string;
            description?: string;
            educativeValue: number;
            files: Attachment[];
            id: string;
            themes: AssignmentTheme[];
            title?: string;
        },
    >