Type alias QuickActionResult
QuickActionResult: { contextId: string; created: boolean; errors: Object[]; feedItemIds: Optional<string[]>; id: string; success: boolean; } Type declaration
contextId: string
created: boolean
errors: Object[]
feedItemIds: Optional<string[]>
id: string
success: boolean