export type Base64Resolvable = Base64String | Buffer;
Data that resolves to give a Base64 string, typically for image uploading. This can be: - A Buffer - A base64 string
export type Base64Resolvable = Base64String | Buffer;
Data that resolves to give a Base64 string, typically for image uploading. This can be: - A Buffer - A base64 string