export type BorderJSON = {
position: string;
borderType: string;
size: number;
space: number;
color: string;
};