Type Alias MaskBorder

MaskBorder:
    | Globals
    | "alpha"
    | "luminance"
    | "none"
    | "repeat"
    | "round"
    | "space"
    | "stretch"
    | string & {}
    | number & {}