/** * The different types of media items. * * @public */ export enum MediaType { PHOTO = 'PHOTO', VIDEO = 'VIDEO', GIF = 'GIF', }