mirror of
https://github.com/bitwarden/server.git
synced 2024-12-01 13:43:23 +01:00
9 lines
188 B
C#
9 lines
188 B
C#
|
namespace Bit.Function.Models
|
|||
|
{
|
|||
|
public class AccessRuleResponse
|
|||
|
{
|
|||
|
public bool Success { get; set; }
|
|||
|
public AccessRuleResultResponse Result { get; set; }
|
|||
|
}
|
|||
|
}
|