initial commit - code moved to separate repo
This commit is contained in:
6
typings.t.ts
Normal file
6
typings.t.ts
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
import { Publisher } from "@prisma/client"
|
||||
|
||||
export interface PublisherPagemModel {
|
||||
publisher: Publisher
|
||||
}
|
Reference in New Issue
Block a user