Project: {
    created_at?: string;
    id: string;
    model?: string;
    options?: any;
    thumbnail: string | null;
    title: string;
}

Type declaration

  • Optional created_at?: string
  • id: string
  • Optional model?: string
  • Optional options?: any
  • thumbnail: string | null
  • title: string

Generated using TypeDoc