7 lines
62 B
Coq
7 lines
62 B
Coq
|
module types
|
||
|
|
||
|
pub struct Image {
|
||
|
pub:
|
||
|
id string [json: Id]
|
||
|
}
|