Init commit
This commit is contained in:
12
packages/models/src/actors/actor-image.model.ts
Normal file
12
packages/models/src/actors/actor-image.model.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface ActorImage {
|
||||
height: number
|
||||
width: number
|
||||
|
||||
// TODO: remove, deprecated in 8.0
|
||||
path: string
|
||||
|
||||
fileUrl: string
|
||||
|
||||
createdAt: Date | string
|
||||
updatedAt: Date | string
|
||||
}
|
||||
Reference in New Issue
Block a user