Skip to content

Commit

Permalink
remove bottle_data type from IGif
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Nov 29, 2023
1 parent e62b533 commit b8304d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/types/src/gif.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import { IImages } from './images'
import IUser from './user'
import IVideo from './video'

interface IBottleData {
tid?: string
tags?: string[]
}

export type GifID = string | number

export default interface IGif {
Expand Down Expand Up @@ -34,7 +29,6 @@ export default interface IGif {
is_scheduled: boolean
is_removed: boolean
tags: string[]
bottle_data: IBottleData
analytics_response_payload: string
video?: IVideo
emoji_group_id?: number
Expand Down

0 comments on commit b8304d1

Please sign in to comment.