interface unstable_Fn {
    input: unknown;
    output: unknown;
}

Properties

Properties

input: unknown
output: unknown