chore: remove unnecessary comments and unused imports in DocumentWithSlug interface
This commit is contained in:
parent
25dac2bd09
commit
d651fc58e0
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue