Type Alias ShapeSpecifier<Parts, Type>

ShapeSpecifier: {
    __vir__shape__specifier__key__do__not__use__in__actual__objects: true;
    parts: Parts;
    specifierType: Type;
}

Output from the sub-shape defining functions (such as or).

Type Parameters

Type declaration

  • __vir__shape__specifier__key__do__not__use__in__actual__objects: true
  • parts: Parts
  • specifierType: Type