mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 23:01:47 +01:00
8 lines
117 B
Cap'n Proto
8 lines
117 B
Cap'n Proto
|
@0x8a90be7e2023f16a;
|
||
|
|
||
|
using import "user.capnp".User;
|
||
|
|
||
|
interface Auditable {
|
||
|
lastUser @0 () -> ( user :User );
|
||
|
}
|