Type Alias ClosedWindow

ClosedWindow:
    | "None"
    | "Both"
    | "Left"
    | "Right"

ClosedWindow types