GalleryApplicationCustomActionParameterType type

Określa typ parametru akcji niestandardowej. Możliwe wartości to: String, ConfigurationDataBlob lub LogOutputBlob

type GalleryApplicationCustomActionParameterType =
  | "String"
  | "ConfigurationDataBlob"
  | "LogOutputBlob"