export const staffMessage = ({ staff, translation }: IStaffMessage): string => {
    const { siteUrl, name, image } = staff;

    return translation.t('staffMask', {
        siteUrl,