import Vec3 from '../../../maths/vec3/type' interface Slice { edges: Array<[Vec3, Vec3]> } export default Slice