Skip to content

Commit

Permalink
added types
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Nov 1, 2021
1 parent 4a4ae35 commit 80dfbe9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/src/content/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ export class PersonActor extends JoyEnum({
Curator: CuratorId,
}) {}

export class VideoMigrationConfig extends JoyStructDecorated({
current_id: VideoId,
final_id: VideoId,
}) {}
export class ChannelMigrationConfig extends JoyStructDecorated({
current_id: ChannelId,
final_id: ChannelId,
}) {}
export const contentTypes = {
CuratorId,
CuratorGroupId,
Expand Down

0 comments on commit 80dfbe9

Please sign in to comment.