mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-13 15:21:53 +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 );
|
||
|
}
|