gdsfactory.typings.LayerSpecs# gdsfactory.typings.LayerSpecs = list[tuple[int, int] | str] | tuple[tuple[int, int] | str, ...] | set[tuple[int, int] | str]# Represent a PEP 604 union type E.g. for int | str