export const staffDescription = ({ translation }: IStaffDescriptionContext): string => {
    return translation.t('fmt') + translation.t('staff');
};