Properties
string
required
boolean
required
string | null
string | null
string
required
number
required
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ProjectGalleryItem {
url: string;
featured: boolean;
title?: string | null;
description?: string | null;
created: string;
ordering: number;
}
