Files
nadekobot/src/NadekoBot/Modules/Nsfw/Common/IImageData.cs
2021-12-29 06:07:16 +01:00

7 lines
136 B
C#

#nullable disable
namespace NadekoBot.Modules.Nsfw.Common;
public interface IImageData
{
ImageData ToCachedImageData(Booru type);
}