Type alias InputPort

InputPort: InputShape & {
    id: string;
    svg?: PortRenderingOptions;
}

Type declaration