Type alias SketchEntityBase

SketchEntityBase: {
    construction?: boolean;
    id: ID;
    kind: string;
}

Type declaration

  • Optional construction?: boolean
  • id: ID
  • kind: string