/** * Get File API Payload */ export interface IGetFilePayload { /** * File identifier to get info about. */ file_id: string; }