diff --git a/packages/types/src/gif.ts b/packages/types/src/gif.ts index f9e7683b..fbbae1f3 100644 --- a/packages/types/src/gif.ts +++ b/packages/types/src/gif.ts @@ -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 { @@ -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