mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
17 lines
384 B
C#
17 lines
384 B
C#
using Capnp;
|
|
using Capnp.Rpc;
|
|
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.Collections.Generic;
|
|
using System.Threading;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Capnp.Annotations
|
|
{
|
|
[System.CodeDom.Compiler.GeneratedCode("capnpc-csharp", "1.3.0.0"), TypeId(0xeb0d831668c6eda5UL)]
|
|
public enum TypeVisibility : ushort
|
|
{
|
|
@public,
|
|
@internal
|
|
}
|
|
} |