Type Alias TMarginConfiguration

TMarginConfiguration: {
    bottom: number;
    left: number;
    right: number;
    top: number;
}