Type Alias TextMargins

TextMargins: {
    bottomMargin: number;
    leftMargin: number;
    rightMargin: number;
    topMargin: number;
}