export declare type HashtagsUnion = Hashtags; /** Contains a list of hashtags */ export interface Hashtags { _: 'hashtags'; /** A list of hashtags */ hashtags: string[]; }