interface RadiusInfo {
    bottomLeft: number;
    bottomRight: number;
    topLeft: number;
    topRight: number;
}

Properties

bottomLeft: number
bottomRight: number
topLeft: number
topRight: number