example-dep-interface
example-interface
type example-dep-type
u32
## Import interface example-interface
Short interface description.
Explanation for developers using the interface API. It should include an
overview of the API as a whole as well as call out notable items in it,
for example example-api-type
and example-api-function
.
type example-dep-type
#### `record example-api-type`
Short type description
Explanation for developers using this type. It may be useful to give
some examples of places in the API where the type is used, such as in
the arguments and return type of example-api-function
.
example-api-function: func
Short function description
Explanation for developers using the API. This should describe the
arguments which in this function are arg0
, arg1
, and arg2
, and the
return value.
arg0
: example-api-type
arg1
: string
arg2
: example-dep-type
example-api-type
>