export type AddMediaParams = { /** * The name of the media. */ fileName: string; /** * The raw data of the media. */ data: Buffer; };