✨ (stacked note) cache visited note
This commit is contained in:
8
src/modules/repo/models/FavoriteRepo.ts
Normal file
8
src/modules/repo/models/FavoriteRepo.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { DataType } from '@/data/DataType.enum'
|
||||
import { Model } from '@/data/models/Model'
|
||||
|
||||
export interface FavoriteRepo extends Model<DataType.FavoriteRepo> {
|
||||
isFavorite: boolean
|
||||
isPrivate: boolean
|
||||
name: string
|
||||
}
|
||||
Reference in New Issue
Block a user