bitwarden-mobile/src/Core/Enums/SendType.cs

9 lines
105 B
C#

namespace Bit.Core.Enums
{
public enum SendType
{
Text = 0,
File = 1,
}
}