@express-document-sdk

Type Alias: ListStyleInput

type ListStyleInput = 
  | OrderedListStyleInput
  | UnorderedListStyleInput
  | RemoveListStyleInput;