1
0
Fork 0
forked from wry/wry
wry/wire/wp_image_description_v1.txt
2025-02-26 14:32:57 +01:00

15 lines
184 B
Text

request destroy {
}
event failed {
cause: u32,
msg: str,
}
event ready {
identity: u32,
}
request get_information {
information: id(wp_image_description_info_v1),
}