export const SUCCESS_ICON: ":white_check_mark:"; export const EXPERIMENTAL_ICON: ":white_circle:"; export const ERROR_ICON: ":red_circle:"; export function getIcon(type: any): ":white_circle:" | ":red_circle:";