mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-13 15:21:53 +01:00
8 lines
113 B
Cap'n Proto
8 lines
113 B
Cap'n Proto
|
@0x8c931d6e0367db87;
|
||
|
|
||
|
using import "user.capnp".User;
|
||
|
|
||
|
interface Owned {
|
||
|
getUser @0 () -> ( owner :User );
|
||
|
}
|