mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 23:01:47 +01:00
11 lines
219 B
Cap'n Proto
11 lines
219 B
Cap'n Proto
@0x8a90be7e2023f16a;
|
|
|
|
using CSharp = import "programming_language/csharp.capnp";
|
|
$CSharp.namespace("FabAccessAPI.Schema");
|
|
|
|
using import "user.capnp".User;
|
|
|
|
interface Auditable {
|
|
lastUser @0 () -> ( user :User );
|
|
}
|