chore: remove unnecessary comments and unused imports in DocumentWithSlug interface

This commit is contained in:
Team 1280 Programming 2024-02-19 12:21:01 -08:00 committed by Team 1280 Programming Laptop
parent 25dac2bd09
commit d651fc58e0

View file

@ -1,7 +1,5 @@
import { Document, authors, documents } from '@/app/db/data' import { Document, authors, documents } from '@/app/db/data'
// Assuming the types Document, DocumentStatus, and reviewer are defined as provided in your question
// Interface for the return output // Interface for the return output
interface DocumentWithSlug { interface DocumentWithSlug {
slug: string slug: string