Type alias StrictPort

StrictPort: StrictShape & {
    id: string;
    svg?: PortRenderingOptions;
}

Type declaration