export const VERTICES = ['rectangle', 'sqaure', 'circle'] as const; export type TypeVertices = typeof VERTICES[number];