// Generated Source interface GlipMessageAttachmentFieldsInfo { /** * Title for an individual field */ title?: string; /** * Field Value (Supports Markdown) */ value?: string; /** * A style used to flag fields that should span the width of the message, Defaults to 'Short' (Not full width) */ style?: "Short" | "Long"; } export default GlipMessageAttachmentFieldsInfo;