The Requester you provided
If ##is present, then it is the transformed requester.
Interface
exportinterfaceTrack {/** The Base 64 encoded String */ encoded?:Base64;/** Track Information */ info:TrackInfo;/** Plugin Information from Lavalink */ pluginInfo:Partial<PluginInfo>;/** The Track's Requester */ requester?:unknown;}