Base64

A Base64 is an object mapped into a string, via base64 encoding by lavalink

export type Base64 = string;

Last updated