16 lines
166 B
TypeScript
16 lines
166 B
TypeScript
|
|
/**
|
|
*/
|
|
interface type_output<type_result> extends lib_plankton.call.type_coproduct
|
|
{
|
|
|
|
/**
|
|
*/
|
|
render_element(
|
|
element : type_element
|
|
) : type_result
|
|
;
|
|
|
|
}
|
|
|