feat: move api-client as core's monorepo
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
12
packages/api-client/models/project.ts
Normal file
12
packages/api-client/models/project.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { BaseModel } from './base'
|
||||
|
||||
export interface ProjectModel extends BaseModel {
|
||||
name: string
|
||||
previewUrl?: string
|
||||
docUrl?: string
|
||||
projectUrl?: string
|
||||
images?: string[]
|
||||
description: string
|
||||
avatar?: string
|
||||
text: string
|
||||
}
|
||||
Reference in New Issue
Block a user